home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / busition / ticklex / tklx.exe / TX.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-11-25  |  675 b   |  30 lines

  1. echo off
  2. cls
  3. if not x==%1x goto START
  4. echo SYNTAX:  "TX xxx"  (where xxx are your initials)
  5. goto END
  6. :START
  7. if x==%2x echo For "pop-up" service, enter "TX xxx MR"  (xxx are your initials)
  8. cd\MANAGEX
  9. :START2
  10. echo .
  11. if exist end%1.fyl goto RETURN
  12. rem if exist m.d input x x x x x %1 x x tx
  13. rem pc-beep x x x x x %1 x x x tx
  14. TICKLEX x x x x x %1 x x x %2
  15. if not exist util%1.bat goto RETURN
  16. echo off
  17. cls
  18. util%1
  19. goto START2
  20. :RETURN
  21. echo off
  22. rem if not exist doexport goto SE
  23. rem if exist pc-sched.lbf export x x x x x %1 x x tx
  24. rem if exist doexport erase doexport
  25. :SE
  26. if exist util%1.bat erase util%1.bat
  27. if exist end%1.fyl erase end%1.fyl
  28. cls
  29. :END
  30.